pltIBuildPlotsCtrl GetLayerList

Gets the layer list of the model within the file.

Syntax

pltIBuildPlotsCtrl_handle GetLayerList

Application

Tcl Query

Description

This command returns the layer list of the model within the file based on the set case, result type, request and component. If there are not layers when this particular case, result type, request, and component are set, nothing is returned.

Example

hwi GetSessionHandle sess;
sess GetClientManagerHandle mgr plot;
mgr GetBuildPlotsCtrlHandle build;
build SelectDataFile "c:/demos/mv_hv_hg/HyperView Stuff/d3plotag" true;
build GetLayerList;

Errors

Success (the layer list [or nothing]) or an error message is returned.

Keywords

Tcl

Build Plots

Query